GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-02-07T07:56:18.0528852+00:00",
"SubmitDate": "2026-02-07T07:56:18.0528852+00:00",
"ReportPeriodStart": "2026-02-07T07:56:18.0528852+00:00",
"ReportPeriodEnd": "2026-02-07T07:56:18.0528852+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "98390498-0cc7-4e58-80f9-46f576dc3b5e",
"Rows": [
{
"ItemId": "1e92ed64-7ff5-422f-b992-fc4a70541f95",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1e92ed64-7ff5-422f-b992-fc4a70541f95",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "98390498-0cc7-4e58-80f9-46f576dc3b5e",
"Rows": [
{
"ItemId": "1e92ed64-7ff5-422f-b992-fc4a70541f95",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1e92ed64-7ff5-422f-b992-fc4a70541f95",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"8bac7030-32f9-4358-8374-31b37c202720",
"9ad7c5fe-ef8f-45f1-bdbd-01e1f38fe2eb"
],
"Approvers": [
"e033c04c-98f2-4e99-917f-fc9eeb67da3b",
"7f670dcd-0480-495f-816c-571274a594bd"
],
"ApprovedBy": "6f07a6a8-5727-4212-9f1c-c0f0c33dc274",
"ApprovalDate": "2026-02-07T07:56:18.0685117+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "5bec13ff-5280-426b-abb1-6b4fb8b4e417",
"id": "7d2100ec-41d4-4a37-975a-0108c50a332c",
"ConfigId": "75fb383b-dcfa-47ce-9034-f6cfde40588a"
},
{
"GenerationDate": "2026-02-07T07:56:18.0528852+00:00",
"SubmitDate": "2026-02-07T07:56:18.0528852+00:00",
"ReportPeriodStart": "2026-02-07T07:56:18.0528852+00:00",
"ReportPeriodEnd": "2026-02-07T07:56:18.0528852+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "98390498-0cc7-4e58-80f9-46f576dc3b5e",
"Rows": [
{
"ItemId": "1e92ed64-7ff5-422f-b992-fc4a70541f95",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1e92ed64-7ff5-422f-b992-fc4a70541f95",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "98390498-0cc7-4e58-80f9-46f576dc3b5e",
"Rows": [
{
"ItemId": "1e92ed64-7ff5-422f-b992-fc4a70541f95",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1e92ed64-7ff5-422f-b992-fc4a70541f95",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"8bac7030-32f9-4358-8374-31b37c202720",
"9ad7c5fe-ef8f-45f1-bdbd-01e1f38fe2eb"
],
"Approvers": [
"e033c04c-98f2-4e99-917f-fc9eeb67da3b",
"7f670dcd-0480-495f-816c-571274a594bd"
],
"ApprovedBy": "6f07a6a8-5727-4212-9f1c-c0f0c33dc274",
"ApprovalDate": "2026-02-07T07:56:18.0685117+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "5bec13ff-5280-426b-abb1-6b4fb8b4e417",
"id": "7d2100ec-41d4-4a37-975a-0108c50a332c",
"ConfigId": "75fb383b-dcfa-47ce-9034-f6cfde40588a"
}
]